home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / c / LoC.readme < prev    next >
Text File  |  1997-09-05  |  1KB  |  40 lines

  1. Short:    Count contents of C-files V1.2 *REUPLOAD*
  2. Author:   rschuet@imn.htwk-leipzig.de (Ronny Schuetz)
  3. Uploader: rschuet@imn.htwk-leipzig.de (Ronny Schuetz)
  4. Version:  1.2
  5. Type:     dev/c
  6. Requires: KS 2.0
  7. Replaces: dev/c/LoC*
  8.  
  9. This program count the content of (a) C-File(s) and produce
  10. statistics about each file and one about all files.
  11.  
  12. It counts code lines, comment lines (also C++ comments (//)), blank lines,
  13. bytes of code, bytes of spaces and bytes of comments and display the code
  14. content, means the percentage of code in the file(s), also.
  15.  
  16. Changes since V1.0 :
  17.  
  18. - some bugs fixed
  19. - CRLFs not used to calculate code content now
  20. - AmigaDOS argument line parsing used
  21. - bug at differencing of code, comment and blank lines fixed
  22. - Multiple file argument line now possible (also multiple patterns)
  23. - LowMem-Option added (more than 3 times faster without LowMem than
  24.   with LowMem, without LowMem, the complete file will be loaded in
  25.   memory and scanned there, otherwise, the file will be read line
  26.   by line)
  27.  
  28. It's PD.
  29.  
  30.  
  31. ============================= Archive contents =============================
  32.  
  33. Original  Packed Ratio    Date     Time    Name
  34. -------- ------- ----- --------- --------  -------------
  35.    13208    8211 37.8% 18-Aug-97 18:08:00  LoC
  36.      531     301 43.3% 18-Aug-97 18:08:00  LoC.History
  37.     1027     555 45.9% 18-Aug-97 18:08:00  LoC.readme
  38. -------- ------- ----- --------- --------
  39.    14766    9067 38.5% 19-Aug-97 20:43:52   3 files
  40.